/****************************************图片轮换*******************************************/


.index_title {
    margin-top: 50px;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.index_title h2 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
}

.index_title span {
    width: 88px;
    height: 10px;
    background-color: #6b83b7;
    border: 10px;
    border-radius: 10px;
    display: inline-block;
}

.title_font {
    color: #666;
    font-family: "黑体";
    letter-spacing: 3px;
}


.company_index {
    margin: 100px 0 0 -80px;
    width: 448px;
    text-align: left;
}


.company_index h2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.company_index p {
    color: #333;
    font-size: 14px;
    line-height: 36px;
    margin-top: 25px;
}



.companyImg_index {
    margin-left: -55px;
    width: 100%;
    height: auto;
    max-width: 743px;
}

@media (max-width: 768px) {
    .product_text img{
        height: auto;
        width: auto\9;
        width:100%;
    }
    .company_index {
        margin: 20px 0 30px 0px;
        width: 100%;
        text-align: center;
    }

    .companyImg_index {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .company_index a {
        color: #1b366e;
        font-size: 16px;
        line-height: 60px;
        margin-top: 25px;
        width: 200px;
        display: inline-block;
        border: 2px solid #1b366e;
        border-radius: 8px;
    }
  
}

@media (min-width: 768px) and (max-width:900px) {
    .product_text img{
        height: auto;
        width: auto\9;
        width:100%;
    }
    .company_index {
        margin: 20px 0 30px -60px;
        width: 300px;
    }

    .companyImg_index {
        margin-left: -55px;
        width: 100%;
        height: auto;
        max-width: 743px;

    }

    .company_index p {
        line-height: 26px;
        margin-top: 15px;
    }

    .company_index a {
        color: #1b366e;
        font-size: 14px;
        line-height: 60px;
        margin-top: 25px;
        width: 200px;
        display: inline-block;
        border: 2px solid #1b366e;
        border-radius: 8px;
    }
}

@media (min-width: 900px) and (max-width:1250px) {
    .product_text img{
        height: auto;
        width: auto\9;
        width:100%;
    }
    .company_index {
        margin: 50px 0 30px -50px;
        width: 350px;

    }

    .companyImg_index {
        margin-left: -55px;
        width: 100%;
        height: auto;
        max-width: 743px;

    }

}

@media (min-width: 1250px) {
    .product_text img{
        height: auto;
        width: auto\9;
        width:100%;
    }
    .company_index {
        margin: 50px 0 0 -50px;
    }

    .companyImg_index {
        margin-left: -55px;
        width: 100%;
        height: auto;
        max-width: 743px;

    }
}

.product_banner {
    width: 100%;
    position: relative;
    padding: 30px 0 50px 0;
}

.product_Main {
    background: #fff;
    width: 566px;
    padding: 40px;
    top: 324px;
    left: 0;
    z-index: 9;
    position: absolute;
    border-radius: 8px;
    box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, .1);
    text-shadow: none;
    height: auto;
    display: inline-block;
    bottom: auto;
}

.product_banner .product_Main .carousel-inner {
    padding-bottom: 0
}

.product_box {
    opacity: 0;
    height: 0;
    animation-name: titleAnimation;
    animation-timing-function: ease;
    animation-duration: 3s;
    background: #fff;
    width: 566px;
    padding: 40px;
    top: 324px;
    left: 0;
    z-index: 9;
    position: absolute;
    border-radius: 8px;
    box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, .1);
    text-shadow: none;
    display: inline-block;
    height: 350px;
    text-align: left;

}



.product_box h2 {
    font-size: 24px;
    color: #1b366e;
    margin-bottom: 30px;
}

.product_box p {
    line-height: 36px;
    color: #333;
}

.product_box a.more {
    color: #1b366e;
    font-size: 16px;
    line-height: 60px;
    width: 200px;
    display: inline-block;
    border: 2px solid #1b366e;
    border-radius: 8px;
    text-align: left;
    padding: 0 30px;
    margin: 30px auto 60px;
    background-image: url(../images/jt_index.png);
    background-repeat: no-repeat;
    background-position: 90% center;
}
.product_box a.more span {
    display: inline-block;
}
.product_box a.more:hover{
    color: #fff;
    background-image: url(../images/jt_2index.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-color: #1b366e;
}
.product_banner a.more img {
    width: auto;
    float: none;
}
@media (max-width: 1200px) {
    .product_box{
        height: 500px;
        }
        
}
.product_banner a span,
.product_banner a img {
    display: inline-block;
    margin: 0 7px;
}


.product_banner .carousel-inner {
    overflow: hidden;
    padding-bottom: 200px;
}

.product_Main .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.product_Main .carousel-inner .active {
    opacity: 1;
}

.product_banner .carousel-inner .active .product_box {
    opacity: 1;
}

@keyframes titleAnimation {
    0% {
        transform: translateY(20px);
        opacity: 0;
        display: none;

    }


    100% {
        transform: translateY(0);
        opacity: 1;
        display: block;

    }
}

.product_banner .carousel-inner img {
    width: 953px;
    float: right;
}

.product_banner .indicatorse {
    width: 50px;
    position: absolute;
    right: 180px;
    top: 590px;
    font-size: 16px;
    height: 20px
}

.product_banner .indicatorse span {
    color: #868686;
}


.product_banner .carousel-inner li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 1px;
    text-indent: 0;
    cursor: pointer;
    background-color: none;
    border: none;
    border-radius: 10px;
}

.product_banner .carousel-control {
    position: absolute;
    width: 61px;
    height: 61px;
    line-height: 61px;
    border-radius: 61px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    background-color: #e9e9e9;
    filter: alpha(opacity=100);
    opacity: 1;
}

.product_banner .carousel-control.left,
.product_banner .carousel-control.right {
    background-image: none;
    top: auto;
    left: auto;
}

.product_banner .carousel-control.left {
    top: 600px;
    right: 80px;
}

.product_banner .carousel-control.right {
    top: 600px;
    right: 0;
}

@media(max-width:768px) {

    .product_banner .carousel-inner {
        overflow: hidden;
        padding-bottom: 30px;
    }
}

@media (max-width: 900px) {
    .product_box {
        position: relative;
        top: 50px;
        width: 100%;
    }
}


.application_pic {
    padding-bottom: 80px;
}

.application_pic .thumbnail {
    border: #fff;
    border-radius: 8px;
}

.application_pic .thumbnail:hover {
    box-shadow: 5px 0 10px 5px rgba(0, 0, 0, .1);
}

.application_pic h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.application_pic ul {
    margin-bottom: 10px;
}

.application_pic ul li {
    font-size: 12px;
    border: 1px solid #1e367b;
    border-radius: 4px;
    margin: 0 5px;
    line-height: 18px;
    display: inline-block;
    color: #1e367b;
    padding: 0 10px;
    margin-bottom: 10px;

}

.application_pic ul li:first-child {
    margin-left: 0;
}

.application_pic a.more {
    color: #1b366e;
    font-size: 16px;
    line-height: 60px;
    margin-top: 65px;
    width: 200px;
    display: inline-block;
    border: 2px solid #1b366e;
    border-radius: 8px;
    padding: 0 30px;
    margin: 30px auto 60px;
    background-image: url(../images/jt_index.png);
    background-repeat: no-repeat;
    background-position: 90% center;
}

.application_pic a:hover.more {
    background-image: url(../images/jt_2index.png);
    background-repeat: no-repeat;
    background-position: 90% center;}

.application_pic a:hover.more span{
    color: #fff;

}

@media (max-width: 900px) {

    .application_pic ul,
    .application_pic h2 {
        text-align: center
    }
}

.major_pic {
    padding-bottom: 60px;
}

.major_pic .thumbnail {
    border: #fff;
    border-radius: 8px;
}

.major_pic .thumbnail:hover {
    border: 1px solid #1b366e;
}

.new_List {
    width: 100%;
}

.new_List li {
    width: 100%;
    background: #f2f3f7;
    border-radius: 8px;
    margin-bottom: 15px;
}

.new_List li a {
    width: 100%;
    display: inline-block;
    padding: 0 100px;
    height: 80px;
    line-height: 80px;
    color: #666;
    /*background-image: url(../images/new_jt.png);*/
    background-repeat: no-repeat;
    background-position: 90% center;
}

.new_List li a span {
    color: #333;
}

.new_List li a i {
    color: #fff;
    background: #e85a00;
    display: inline-block;
    padding: 0 5px;
    height: 21px;
    line-height: 21px;
    font-style: normal;
    border-radius: 4px;
    margin: 0 70px;
}

.new_List li a i.new_blue {
    background: #25a3f1;
}

.new_List li a:hover,
.new_List li a:hover span {
    color: #1b366e;
    text-decoration: none;

}

.new_List li a:hover {
    /*background-image: url(../images/new_jt1.png)*/
}

.new_more {
    color: #1b366e;
    font-size: 16px;
    line-height: 60px;
    width: 200px;
    display: inline-block;
    border: 2px solid #1b366e;
    border-radius: 8px;
    text-align: left;
    padding: 0 30px;
    margin: 30px auto 60px;
    background-image: url(../images/jt_index.png);
    background-repeat: no-repeat;
    background-position: 90% center;
}
@media (max-width: 767px) {
    .new_more {
        background-position: 95% center;
    padding: 0 20px;
}
}

.new_more span {
    display: inline-block;
}
.new_more:hover{
    color: #fff;
    background-image: url(../images/jt_2index.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-color: #1b366e;
}

@media (max-width: 767px) {
    .new_List li a {
        padding: 0 5px;
        height: auto;
        line-height: 36px;
    }

    .new_List li a span.text {
        width: 100%;
        line-height: 26px;
        display: inline-block;
    }

    .new_List li a i {
        margin: 0 50px;
    }

    .new_List li a {
        /*background-image: url(../images/new_jt.png);*/
        background-repeat: no-repeat;
        background-position: 90% center;
    }
}

@media (max-width: 900px) {
    .new_List li a {
        padding: 0 5px;
        height: auto;
        line-height: 36px;
    }

    .new_List li a span.text {
        /* width: 100%; */
        line-height: 26px;
        display: inline-block;
    }

    .new_List li a i {
        margin: 0 50px;
    }

    .new_List li a {
        /*background-image: url(../images/new_jt.png);*/
        background-repeat: no-repeat;
        background-position: 90% center;
    }
}

/*******内页*******/
.block_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.block_img img {
    width: 100%;
    margin: 0 auto;
}

.breadcrumb>li+li:before {
    content: ">";
}

.block_breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background: none;
    border-radius: 0;
    display: inline-block;
}

.block_breadcrumb a {
    border: none;
    text-decoration: none;
    font-size: 14px;
}

.block_title {
    color: #1b366e;
    font-size: 24px;
    padding-top: 20px;
    border-bottom: 1px solid #1b366e;
    width: 100%;
    line-height: 46px;
}

.block_title a {
    font-size: 16px;
    padding-left: 10px;
}

/*******产品与解决方案*******/
.product_pic {
    margin-top: 20px;

}

.product_pic a {
    text-align: center;
    color: #333;
    text-decoration: none;
    min-height: 280px;
}

.product_pic a span {
    display: inline-block;
    line-height: 36px;
    padding-top: 10px;
}

.product_pic a:hover span {
    color: #1b366e;
}

.product_pic a i {
    display: none;
}

.product_pic a:hover {
    border: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.product_pic a:hover i {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #1b366e;
    list-style: none;
    text-decoration: none;
}

.product_title {
    color: #333;
    padding: 30px 0;
    font-weight: bold;
    font-size: 20px;
}

.product_img {
    max-width: 480px;
    margin: 0 auto;
}

.product_img .carousel {
    border: 1px solid #e6e6e6;
}

.product_img .carousel-inner>.item {
    padding-bottom: 30px;
}

.product_img .carousel-inner>.item img {
    margin: 0 auto;
}

.product_img .carousel-indicators {
    bottom: 10px;
}

.product_img .carousel-indicators li {
    background-color: #fff;
    border: 1px solid #294c95;
    border-radius: 10px;
}

.product_img .carousel-indicators .active {
    background-color: #294c95;
    border: 1px solid #294c95;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 1px;
}

.product_text {
    padding: 30px 0;
    line-height: 36px;
}
.product_text img{
    max-width:600px;
}
.product_btn .btn {
    margin-right: 10px;
    padding: 3px 6px;
}

.product_navBg {
    width: 100%;
    height: 48px;
    background: #f2f3f7;
    line-height: 48px;
    border-bottom: 2px solid #294c95;
    margin-top: 40px;

}

.product_nav {
    position: relative;
    background: url(../images/product_nav.png);
    width: 322px;
    height: 48px;
    top: -14px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    display: inline-block;
}

.codeBg {
    background: url(../images/code.png)no-repeat left center;
    padding-left: 40px;
}
.codeBg:hover img{
    display: block;
    position:absolute;
    z-index:2;
    right:22px;
}
.codeBg img{
    display: none;
    position:absolute;
    z-index:2;
    right:22px;
}
.product_contTitle {
    font-size: 24px;
    color: #294c95;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
}

.product_contUl {
    font-size: 14px;
    color: #333;
    line-height: 36px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

@media (max-width: 768px) {
    .codeBg {
        display: none;
    }
}

.counsel_title {
    font-size: 18px;
    margin: 30px 0;
}

.counsel_title img {
    margin-right: 10px;
}

.form_main {
    background: #f2f3f7;
    padding: 30px;
    margin-bottom: 40px;
}

.form_title {
    background: #c5cfe6;
    padding: 20px 40px;
    color: #294c95;
    font-weight: bold;
    font-size: 16px;
}

.form_title img {
    margin-right: 10px;
}

.form_main span {
    color: #ff0000;
}

.form_main label {
    font-weight: normal;
}

.list_inline {
    line-height: 34px;
    height: 34px;
}

.form_main .btn {
    margin: 0 20px;
}

/*******主要业绩*******/
.major_nav {
    padding-top: 0;
    line-height: auto;
    line-height: 48px;
    height: 48px;
    float: right;
    display: block;
    margin: 0;
}

@media(max-width:767px) {
    .major_nav {
        float: left;
    }
}

@media(mix-width:768px) {
    .major_nav {
        float: right;
    }
}


.major_nav>li {
    display: inline-block;
}

.major_nav li a {
    padding: 0;
    line-height: 48px;
}

.major_nav a {
    border-bottom: none;
    font-weight: normal;
    font-size: 14px;
    color: #333;
}

.major_nav li.active a {
    border-bottom: 3px solid #1b366e;
    background: none;
    color: #1b366e;
}

.major_nav li a:hover {
    border-bottom: 3px solid #1b366e;
    background: none;
}

.look_more {
    color: #1b366e;
    font-size: 16px;
    line-height: 60px;
    width: 200px;
    display: inline-block;
    border: 2px solid #1b366e;
    border-radius: 8px;
    text-align: left;
    padding: 0 30px;
    margin: 30px auto 60px;
    background-image: url(../images/jt_index.png);
    background-repeat: no-repeat;
    background-position: 90% center;
}
@media (max-width: 767px) {
    .look_more {
        background-position: 95% center;
    padding: 0 20px;
}
}
.look_more span {
    display: inline-block;
}
.look_more:hover{
    color: #fff;
    background-image: url(../images/jt_2index.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-color: #1b366e;
}

.application_media {
    margin-bottom: 40px;
}

.application_media .media-left img {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    margin: 0 auto;
}

.application_media .media-heading {
    font-size: 24px;
    color: #1b366e;
    font-weight: 500;
}

.application_media .media-left {
    text-align: center;
}

.application_media .media-body {
    width: 50%;
    background: url(../images/new_jt.png) no-repeat right 200px;
}

.application_media .media-heading {
    line-height: 48px;
}

@media (max-width: 768px) {
    .application_media .media-left {
        display: inline-block;
    }

}

.major_page .pagination>li a {
    margin: 0 2px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #eee;
    border: none;
}

.major_page .pagination>li.active a,
.major_page .pagination>li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1b366e;
    border: none;
}

.about_bg {
    background: url(../images/about_bg.jpg)no-repeat center;
    width: 100%;
    padding: 40px 0;
}

.about_iconList {
    color: #fff;
    text-align: center;
}

.about_iconList img {
    height: 80px;
}

.about_iconList p {
    line-height: 60px;
}

.address li {
    line-height: 36px;
}

.address li i {
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 20px;
    height: 36px;
    line-height: 36px;
    float: left;
    margin-right: 5px;
}

.address li h2 {
    font-size: 24px;
    font-weight: 500;
    color: #1b366e;
    padding-bottom: 15px;
}

.address li i.address1 {
    background-image: url(../images/address1.png)
}

.address li i.address2 {
    background-image: url(../images/address2.png)
}

.address li i.address3 {
    background-image: url(../images/address3.png)
}

.address li i.address4 {
    background-image: url(../images/address4.png)
}

.address li i.address5 {
    background-image: url(../images/address5.png)
}

.about_list>div {
    margin-bottom: 10px;
}

.service_list {
    border: 1px solid #eee;
    padding: 15px 10px;
}

.service_list h2 {
    color: #1b366e;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 5px;
}

.service_list span {
    color: #fff;
    background: #6b83b7;
    font-size: 12px;
    font-weight: normal;
}

.service_list p {
    font-size: 12px;
    font-weight: normal;
    padding: 20px 0;
    color: #999;
}

.service_list .btn {
    background-color: #e85a00;
}

.service_bg li {
    background: #fff;
}

.service_bg li .text {
    margin: 0 40px;
}

@media(max-width:767px) {
    .service_bg li .text {
        margin: 0;
    }
}

.service_img {
    margin: 0 auto 30px;
}

.service_img img {
    height: auto;
}

.service_img span {
    display: inline-block;
    text-align: center;
}

.art_List {
    width: 100%;
}

.art_List li {
    width: 100%;
    background: #f2f3f7;
    border-radius: 8px;
    margin-bottom: 15px;
    min-height: 80px;
}

.art_List li a {
    width: 100%;
    display: inline-block;
    padding: 0 100px;
    color: #666;
    /*background-image: url(../images/new_jt.png);*/
    background-repeat: no-repeat;
    background-position: 90% center;
}

.art_List li a span {
    color: #333;
    display: inline-block;
    float: left;
    margin-top: 15px;
    line-height: 26px;

}

.art_List li a p {
    line-height: 26px;
    font-size: 14px;
}

.art_List li a .text {
    width: 80%;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}

.art_List li a h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.art_List li a:hover h2 {
    color: #1b366e;
    text-decoration: underline;
}

@media(max-width:767px) {
    .art_List li {
        height: auto;
    }

    .art_List li a {
        padding: 0 10px;
    }

    .art_List li a .text {
        width: 100%;
        margin-left: 0;
    }
}

.ser_active_title {
    margin: 20px 0;
    border-bottom: 1px dashed #eee;
    text-align: center;
    line-height: 36px;
}

.ser_active_title h2 {
    font-weight: bold;
}

.bor_da {
    border-top: 1px dashed #eee;
    padding-top: 20px;
}